How it works |
Welcome acts like a filter for incoming requests. Just before the request reaches the server, Welcome catches the request header and modifies the path accordingly to the information that is provided. It will
It is important, that rules are processed after the virtual hosting was done. Any path reaching the rules will therefore start with one of the virtual subfolders: To use Welcome, you just need to create one subfolder for each virtual host. This will include your main website as a virtual host too. |